home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / programming / other / mysticlib / doc / history < prev    next >
Text File  |  1999-06-14  |  2KB  |  85 lines

  1.  
  2. mysticview.library
  3. -----------------------------------
  4. history
  5.  
  6.  
  7.   4.2
  8.   
  9.     - added MVIEW_Priority tag. only available in MV_Create().
  10.   
  11.     - MV_DrawOn() can fail, and it returns BOOL now. this
  12.       is an intermediate solution. this should be finally handled
  13.       with all the required initalizations performed inside
  14.       MV_Create(), so that MV_Draw() may always return TRUE in
  15.       the future.
  16.   
  17.     - MVIEW_Rotation was not returned by MV_GetAttrs(). fixed.
  18.  
  19.  
  20.   4.1
  21.     - many optimizations
  22.  
  23.     - supports guigfx.library v16 rastport locking.
  24.     
  25.     - fixed several minor bugs in the autodither logic.
  26.       finally it should work as expected under all
  27.       circumstances
  28.  
  29.  
  30.   4.0
  31.     - a mysticview's task priority is no longer fixed
  32.       to 0, but derived from the calling task.
  33.  
  34.     - semaphore protection leak fixed when setting
  35.       the attribute MVIEW_Text
  36.  
  37.     - fixed a parent-task signalling bug.
  38.       when rendering was aborted, a finishing signal was
  39.       submitted anyway.
  40.  
  41.     - the picture cursor is no longer written into
  42.       the window border
  43.  
  44.     - removed some rare visual artifacts, such as background
  45.       areas shortly using an unallocated pen
  46.       
  47.     - many internal paths have been optimized, especially
  48.       for drawing text and background. setting the attribute
  49.       MVIEW_Text is now handled more efficiently
  50.     
  51.     - added MVIEW_DrawArrow attribute.
  52.     - added MVIEW_ShowPiP attribute.
  53.  
  54.     - the cursor was placed incorrectly in rotated state. fixed.
  55.  
  56.   3.1
  57.     - new attributes are smarter interpreted. redrawing
  58.       can be avoided sometimes.
  59.  
  60.   3.0
  61.     - rotation is no longer considered in MVDISPMODE_FIT. this
  62.       combination resulted in total nonsense.
  63.     - added attributes MVIEW_PictureX, _PictureY, _PictureWidth
  64.       and _PictureHeight.
  65.  
  66.   2.0
  67.  
  68.     - the background is no longer cleared when certain picture settings
  69.       are modified.
  70.  
  71.   1.3
  72.     - the background is no longer cleared between different pictures 
  73.       in truecolor or staticpalette mode. requested by infinity.
  74.  
  75.   1.2
  76.     - added MVIEW_ReadySignal. Supply this signal to be signalled when
  77.       an image becomes fully visible in highest quality.
  78.    
  79.   1.1
  80.     - added MVIEW_AUTODITHER.
  81.  
  82.   1.0
  83.     - initial release
  84.  
  85.